Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boards: ace30: select DRC as a loadable module #9814

Closed
wants to merge 1 commit into from

Conversation

abonislawski
Copy link
Member

This will allow to test PTL loadable module in CI

This will allow to test PTL loadable module in CI

Signed-off-by: Adrian Bonislawski <[email protected]>
@@ -10,7 +10,7 @@ CONFIG_COMP_SRC=y
CONFIG_MM_DRV=y
CONFIG_COMP_ARIA=y
CONFIG_COMP_CHAIN_DMA=y
CONFIG_COMP_DRC=y
CONFIG_COMP_DRC=m
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we want to move all supported components to "m" for PTL, we need CI support for the "openmodules" library for that

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lyakh are we ready to do this now or still WIP ?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lgirdwood The question is only about the CI. QuickBuild seems to be fine with this, Jenkins should be too, we're already testing DRC as a module on LNL and hopefully this is done in a generic way, so that other platforms can use it too. But now that zephyrproject-rtos/zephyr#84911 has been merged, we can proceed with #9804 (in steps) and that PR contains 084c868 which switches all modules on, including DRC, so we can just use that

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, so lets close this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants